IEventSource interface¶
Defined in
Namespace: System.Reactive
Assembly: System.Reactive.dll
Full name: System.Reactive.IEventSource<T>
Modifiers: public abstract
Summary¶
Represents a data stream signaling its elements by means of an event.
Applies to
netstandard2.0
Events¶
| Name | Summary |
|---|---|
| OnNext | Event signaling the next element in the data stream. |